home *** CD-ROM | disk | FTP | other *** search
- cur_level_num = 111
-
- dofile("everything.lua")
-
- function LEVEL_start()
- ticker = 0
- pylon_start("s-shape-1",90.0)
- floor_start_random()
- player_start( -0.311484 , -1.43112 , 0.0 )
- end
-
- function LEVEL_gameloop()
- everying_gameloop()
-
- if ticker == 1000 then
- actor_plopper( "robot_green", 30,0,6, 19.3961,58.0449,-34.544,-3.47237, -90.0,0.0 )
- end
-
- if ticker == 1000 then
- actor_plopper( "robot_green", 30,0,6, -59.4643,-20.8154,2.96201,34.0337, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "crystal_large", 1,0,0, 43.9253,43.9253,0.125461,0.125461, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "crystal_large", 1,0,0, -25.7757,-25.7757,35.941,35.941, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "crystal_large", 1,0,0, -46.2811,-46.2811,0.543469,0.543469, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "crystal_large", 1,0,0, 23.42,23.42,-35.2721,-35.2721, -90.0,0.0 )
- c_no_more_beasties_to_come()
- end
-
- end
-
-